[PX] MTF OverviewHello everyone,
the new table-functions came out, so I wanted to give it a try. With this indicator you can get an overview for your chart by looking at multiple timeframes and different type of indicators for each timeframe.
How does it work?
The indicator uses 3 different timeframes, which you can select in the settings-tab. For each timeframe it will look at the following indicators:
- Volume for the Volume column
- Relative Strength Index (RSI) for the Momentum column
- Average True Range (ATR) for the Volatility column
- Parabolic SAR (PSAR) for the Trend column
Increasing values will be shown in green, decreasing values in red. For the trend it prints a nice little symbol. I'm planning to add more indicators for each indicator category, so that you can choose, which indicators you want to use.
Hope that might be useful to some of you :)
Please click the "Like"-button and follow me for future open-source script publications.
If you are looking for help with your custom PineScript development, don't hesitate to contact me directly here on Tradingview or through the link in my signature :)
Komut dosyalarını "Relative Strength Index (RSI) " için ara
[M2J] Indicator | MCDXMCDX is an indicator based on mutilple relative strength index (RSI) with different period, then classify into 3 categories - Retailer, Hot Money and Banker
- Green - Retailer
- Yellow - Hot money
- Red - Banker
the higher and many reds are more preferable
ATA v4 StrategyAta strategy is include 3 different time frame = MTF
2 different moving average =MA
Oversold/overbought for relative strength index =RSI
Strategy exit for trailing stop loss %2 =TSL
MTF like 1 day, 4h and 5 min, between 2 moving averages like fibo numbers 21 and 34. Also strategy test for oversold up to 60 and overbought under the 25 with RSI. Stratefy exit include trailing stop loss %2 persantage for max. gain. It was created by XMAXPRO. This system is open to development.
Daily ATR%If You are using a percentage of the Daily Average True Range in determining your stop placement,
this quick indicator is for You.
excerpt from investopedia.com/articles/trading/06/stopplacement.asp
ATR % Stop Method
The ATR% stop method can be used by any type of trader because the width of the stop is determined by the percentage of average true range (ATR). ATR is a measure of volatility over a specified period of time. The most common length is 14, which is also a common length for oscillators such as the relative strength index (RSI) and stochastics. A higher ATR indicates a more volatile market, while a lower ATR indicates a less volatile market. By using a certain percentage of ATR, you ensure that your stop is dynamic and changes appropriately with market conditions.
For example, for the first four months of 2006, the GBP/USD average daily range was around 110 to 140 pips. A day trader may want to use a 10% ATR stop - meaning that the stop is placed 10% x ATR pips from the entry price.In this instance, the stop would be anywhere from 11 to 14 pips from your entry price. A swing trader might use 50% or 100% of ATR as a stop. In May and June of 2006, daily ATR was anywhere from 150 to 180 pips. As such, the day trader with the 10% stop would have stops from entry of 15 to 18 pips while the swing trader with 50% stops would have stops of 75 to 90 pips from entry.